Edit Task: SetTaskResourceDurationOverride
Format
SCHED / EditTask '<TaskName>' SetTaskResourceDurationOverride '<ResourceName>' <DurationOverrideType> <DurationOverrideValue>
Description
The SetTaskResourceDurationOverride attribute under EditTask defines the duration override for the specified resource for all the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text in single quotes of the resource that is being defined within the command. |
DurationOverrideType | The parameter options are either 'None', 'FixedDur', or 'EfficiencyFactor'.
|
DurationOverrideValue | A non negative double representing the value for the override field. Either the duration in seconds when using DurationOverrideType = FixedDur or the denominator when using DurationOverrideType = EfficiencyFactor |
Examples
Set all duration override settings for all possibilities containing ResA in TaskA.
SCHED / EditTask 'TaskA' SetTaskResourceDurationOverride 'ResA' EfficiencyFactor 0.2